home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micromanía: 150 Juegos 2010
/
150Juegos_16.iso
/
Shareware
/
Shape Smash
/
shape-smash.swf
/
scripts
/
mx
/
controls
/
ButtonPhase.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-05-14
|
458 b
|
24 lines
package mx.controls
{
import mx.core.mx_internal;
use namespace mx_internal;
public final class ButtonPhase
{
mx_internal static const VERSION:String = "2.0.1.0";
public static const DOWN:String = "down";
public static const OVER:String = "over";
public static const UP:String = "up";
public function ButtonPhase()
{
super();
}
}
}